It is the summary feed that contains the definition of all jobs in a given SQL Server instance. For each job the feed reports the following information:
- Job Owner: The login that owns the job.
- Description: The description of the job.
- Enabled: A yes/no indicator whether the job is enabled or disabled.
- Originating server: The server from which the job came.
- Category: Job category such as Database Maintenance, Data Collector etc.
- Send email notification: Indicates the condition that will trigger an email notification.
- Send email notification to: The operator who will receive the email notification.
- Send page notification: Indicates the condition that will trigger a pager notification.
- Page notification to: The operator who will receive the page notification.
- Net send notification: Indicates the condition that will trigger a net send notification.
- Net send notification to: The operator that will receive the net send notification.
- Write to the application event log: Indicates the condition that will trigger the creation of an application log entry.
- Automatically delete the job: Indicates the condition that will cause the job to be deleted.
- Starting step: The step in the job where the execution should begin.
- Date created: The date and time the job was created.
- Date modified: The date and time the job was last modified.
 |
You can customize the feed via the web.config parameter JobDefinitionSummeryFeed. |